home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / usr / sybase / doc / dbexit.man < prev    next >
Text File  |  1993-04-22  |  2KB  |  67 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89                   dbexit
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  dbexit
  6.  
  7.   FUNCTION:
  8.        Close and de-allocate all DBPROCESS structures, and clean up  any
  9.        structures initialized by dbinit().
  10.  
  11.   SYNTAX:
  12.        void dbexit()
  13.  
  14.  
  15.   COMMENTS:
  16.  
  17.        o dbexit() calls dbclose() repeatedly for all allocated DBPROCESS
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   dbexit                  Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.          structures.  dbclose() cleans up any activity associated with a
  27.          single DBPROCESS structure and de-allocates the space.
  28.  
  29.        o You can use dbclose() directly to close just a single DBPROCESS
  30.          structure.
  31.        o dbexit() also cleans up any structures initialized by dbinit(),
  32.          releasing the memory associated with those structures.  It must
  33.          be the last DB-Library  call  in  any  application  that  calls
  34.          dbinit().
  35.  
  36.          Currently, dbinit() is required only in the Macintosh  environ-
  37.          ment.  However, to ensure future compatibility and portability,
  38.          it is strongly recommended that all applications call  dbinit()
  39.          and dbexit(), no matter what their operating environment.
  40.          For environments requiring dbinit(), the application  must  not
  41.          make any other DB-Library call after calling dbexit().
  42.  
  43.  
  44.  
  45.  
  46.   3                       Version 4.0 -- 5/1/89                   dbexit
  47.   ______________________________________________________________________
  48.  
  49.   RETURNS:
  50.        None.
  51.  
  52.   SEE ALSO:
  53.        dbclose, dbinit, dbopen
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.